com.gs.phone.context

PhoneContext.PhoneAction

此类定义了intent相关的常量

支持的产品:

GXV3350, GXV3370, GXV3380


详情

方法

方法 描述

成员和常量

成员 描述
public static final String ACTION_CUSTOM_DIAL Activity action:进入拨号界面显示并编辑intent中携带的号码

支持的产品:

GXV3350, GXV3370, GXV3380

public static final String ACTION_CUSTOM_CALL Activity action:用于直接呼叫intent中携带的号码

支持的产品:

GXV3350, GXV3370, GXV3380

public static final String KEY_DIAL_INFO_LIST 从Intent中获取呼叫相关信息

可获取到DialingInfo列表 {@see com.gs.phone.api.call.BaseCallApi#checkDialingInfo}
接收以下intent将用到此类型
{@link com.gs.phone.context.PhoneContext.PhoneAction#ACTION_CUSTOM_DIAL}
{@link com.gs.phone.context.PhoneContext.PhoneAction#ACTION_CUSTOM_CALL}


支持的产品:

GXV3350, GXV3370, GXV3380